ShowOne = function()
{
	document.getElementById("content1").style.display = "block";
	document.getElementById("content2").style.display = "none";

	document.getElementById("image2").style.display = "block";
	document.getElementById("image1").style.display = "none";
}

ShowTwo = function()
{
	document.getElementById("content2").style.display = "block";
	document.getElementById("content1").style.display = "none";

	document.getElementById("image1").style.display = "block";
	document.getElementById("image2").style.display = "none";
}

function show() {
			document.getElementById("accreditation_collapsed").style.display = "none";
			document.getElementById("accreditation_expanded").style.display = "block";
}
function hide() {
			document.getElementById("accreditation_collapsed").style.display = "block";
			document.getElementById("accreditation_expanded").style.display = "none";
}

function open_zip_search()
{
	webVoicePop('AuthorizeURL=http://huntingtonlearning.com/click2call/auth/account/'+c2ccode+'/phone/'+c2cphone, 'Template=75715');
}
